diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-23 14:05:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-23 14:05:10 +0800 |
commit | fbc5c7334acab024cfd4caa78d0a80385587b655 (patch) | |
tree | 4a7ceb33eebd55cf364499d4c3986f18a8e7ed67 /devel/fossil | |
parent | 08116844d60af4c0252cbf9ab7c9d346884d846e (diff) | |
download | freebsd-ports-gnome-fbc5c7334acab024cfd4caa78d0a80385587b655.tar.gz freebsd-ports-gnome-fbc5c7334acab024cfd4caa78d0a80385587b655.tar.zst freebsd-ports-gnome-fbc5c7334acab024cfd4caa78d0a80385587b655.zip |
Use stage
Diffstat (limited to 'devel/fossil')
-rw-r--r-- | devel/fossil/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index 31751141df9e..26156fb24eed 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -12,7 +12,6 @@ COMMENT= DSCM with built-in wiki, http interface and server, tickets database LICENSE= BSD - PLIST_FILES= bin/fossil HAS_CONFIGURE= yes @@ -23,11 +22,4 @@ JSON_DESC= JSON API support JSON_CONFIGURE_ON= --json STATIC_CONFIGURE_ON= --static -NO_STAGE= yes -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/fossil ${PREFIX}/bin/fossil - -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |