diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2003-01-04 19:03:16 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2003-01-04 19:03:16 +0000 |
commit | 6b8fbfe42f561c0be465016764933a9a11e17443 (patch) | |
tree | f6cd6c92a18782f917f2996bdd766e697f306f67 /net-p2p/napshare/Makefile | |
parent | 2d32933d4293201506736db22a64a176a6820289 (diff) | |
download | ports-6b8fbfe42f561c0be465016764933a9a11e17443.tar.gz ports-6b8fbfe42f561c0be465016764933a9a11e17443.zip |
Notes
Diffstat (limited to 'net-p2p/napshare/Makefile')
-rw-r--r-- | net-p2p/napshare/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-p2p/napshare/Makefile b/net-p2p/napshare/Makefile index 0ddea2a9aad3..8841dce0c2b2 100644 --- a/net-p2p/napshare/Makefile +++ b/net-p2p/napshare/Makefile @@ -6,7 +6,7 @@ # PORTNAME= napshare -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= napshare @@ -19,4 +19,7 @@ USE_GNOMENG= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes +post-extract: + @${RM} ${WRKSRC}/config.cache + .include <bsd.port.mk> |