diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-05 20:38:07 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-05 20:38:07 +0000 |
commit | 3c175cb569f2bb20f5a8bed877c0c8c2b014dc79 (patch) | |
tree | 1f896dcd279ef0b0382485b20275d60ee1a5b0c5 /x11/blast | |
parent | Update to 0.8.12. (diff) |
Use PLIST_FILES.
Reviewed by: marcus
Notes
Notes:
svn path=/head/; revision=100076
Diffstat (limited to 'x11/blast')
-rw-r--r-- | x11/blast/Makefile | 1 | ||||
-rw-r--r-- | x11/blast/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/x11/blast/Makefile b/x11/blast/Makefile index 4eaae8cefa17..19164dbf52d5 100644 --- a/x11/blast/Makefile +++ b/x11/blast/Makefile @@ -19,6 +19,7 @@ COMMENT= Blast blows holes through windows WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes MAN1= blast.1 +PLIST_FILES= bin/blast do-build: ${CC} ${CFLAGS} ${WRKSRC}/blast.c -I${X11BASE}/include -L${X11BASE}/lib -lX11 -lXext -o ${WRKSRC}/blast diff --git a/x11/blast/pkg-plist b/x11/blast/pkg-plist deleted file mode 100644 index 9fff8b827d9c..000000000000 --- a/x11/blast/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/blast |