File: crypto/openssl/Makefile
base-0 patch-1
Line 12Line 12
#XXX: nwall package blurb goes here.
endef

#XXX: nwall package blurb goes here.
endef

LIBDEPS = devel/glibc
SOURCE_LANGUAGES = c
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
Line 37Line 37
        (cd $(WORKSRC); ln -sf config configure)
        $(MAKECOOKIE)

        (cd $(WORKSRC); ln -sf config configure)
        $(MAKECOOKIE)


post-build:
        find $(WORKSRC)/ -type f | xargs touch -r $(WORKSRC)
        $(MAKECOOKIE)

post-install:
        -mv $(DESTDIR)$(prefix)/include/openssl $(DESTDIR)$(includedir)
        $(MAKECOOKIE)
post-install:
        -mv $(DESTDIR)$(prefix)/include/openssl $(DESTDIR)$(includedir)
        $(MAKECOOKIE)