aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-02-05 20:38:07 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-02-05 20:38:07 +0000
commit3c175cb569f2bb20f5a8bed877c0c8c2b014dc79 (patch)
tree1f896dcd279ef0b0382485b20275d60ee1a5b0c5 /deskutils
parentba3455bcaeeac361a5db7e74146d92954c5b1bb7 (diff)
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/aspostit/Makefile1
-rw-r--r--deskutils/aspostit/pkg-plist1
-rw-r--r--deskutils/bigyear/Makefile1
-rw-r--r--deskutils/bigyear/pkg-plist1
-rw-r--r--deskutils/dlume/Makefile1
-rw-r--r--deskutils/dlume/pkg-plist1
-rw-r--r--deskutils/gaddr/Makefile1
-rw-r--r--deskutils/gaddr/pkg-plist1
-rw-r--r--deskutils/gtimer/Makefile1
-rw-r--r--deskutils/gtimer/pkg-plist1
-rw-r--r--deskutils/mencal/Makefile1
-rw-r--r--deskutils/mencal/pkg-plist1
12 files changed, 6 insertions, 6 deletions
diff --git a/deskutils/aspostit/Makefile b/deskutils/aspostit/Makefile
index 7128896ea1f9..e960a4335e24 100644
--- a/deskutils/aspostit/Makefile
+++ b/deskutils/aspostit/Makefile
@@ -24,6 +24,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= aspostit.1
+PLIST_FILES= bin/aspostit
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/aspostit ${PREFIX}/bin/
diff --git a/deskutils/aspostit/pkg-plist b/deskutils/aspostit/pkg-plist
deleted file mode 100644
index 39708ada3cb4..000000000000
--- a/deskutils/aspostit/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/aspostit
diff --git a/deskutils/bigyear/Makefile b/deskutils/bigyear/Makefile
index 1912a7f72ce8..78d0393ac7e3 100644
--- a/deskutils/bigyear/Makefile
+++ b/deskutils/bigyear/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A program to print a large (one month per page) calendar
MAN1= bigyear.1
+PLIST_FILES= bin/bigyear
post-extract:
${RM} ${WRKSRC}/bigyear
diff --git a/deskutils/bigyear/pkg-plist b/deskutils/bigyear/pkg-plist
deleted file mode 100644
index a073382a28ae..000000000000
--- a/deskutils/bigyear/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/bigyear
diff --git a/deskutils/dlume/Makefile b/deskutils/dlume/Makefile
index e1d629faa9dd..269d75eb750c 100644
--- a/deskutils/dlume/Makefile
+++ b/deskutils/dlume/Makefile
@@ -22,6 +22,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= ${PORTNAME}.1
+PLIST_FILES= bin/dlume
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/src/Makefile.in
diff --git a/deskutils/dlume/pkg-plist b/deskutils/dlume/pkg-plist
deleted file mode 100644
index cd4b26358e5e..000000000000
--- a/deskutils/dlume/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/dlume
diff --git a/deskutils/gaddr/Makefile b/deskutils/gaddr/Makefile
index 09104ca0b50d..79e556f8ee3d 100644
--- a/deskutils/gaddr/Makefile
+++ b/deskutils/gaddr/Makefile
@@ -14,6 +14,7 @@ MASTER_SITES= http://www.cse.unl.edu/~cluening/gaddr/
MAINTAINER= ports@FreeBSD.org
COMMENT= A GTK (and optionally, GNOME) address book
+PLIST_FILES= bin/gaddr
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk12
diff --git a/deskutils/gaddr/pkg-plist b/deskutils/gaddr/pkg-plist
deleted file mode 100644
index 58545dd8835c..000000000000
--- a/deskutils/gaddr/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/gaddr
diff --git a/deskutils/gtimer/Makefile b/deskutils/gtimer/Makefile
index 262211b92d11..34aab844851f 100644
--- a/deskutils/gtimer/Makefile
+++ b/deskutils/gtimer/Makefile
@@ -21,6 +21,7 @@ USE_REINPLACE= yes
GNU_CONFIGURE= yes
MAN1= gtimer.1
+PLIST_FILES= bin/gtimer
post-patch:
@${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' \
diff --git a/deskutils/gtimer/pkg-plist b/deskutils/gtimer/pkg-plist
deleted file mode 100644
index bae9a494ca8d..000000000000
--- a/deskutils/gtimer/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/gtimer
diff --git a/deskutils/mencal/Makefile b/deskutils/mencal/Makefile
index 8492290eaffe..652c123ab916 100644
--- a/deskutils/mencal/Makefile
+++ b/deskutils/mencal/Makefile
@@ -15,6 +15,7 @@ COMMENT= A variation of the unix command cal
USE_PERL5= yes
NO_BUILD= yes
+PLIST_FILES= bin/mencal
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mencal ${PREFIX}/bin
diff --git a/deskutils/mencal/pkg-plist b/deskutils/mencal/pkg-plist
deleted file mode 100644
index 65c1623e6939..000000000000
--- a/deskutils/mencal/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/mencal